home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / database / nyisam / read.me < prev    next >
Encoding:
Text File  |  1994-05-18  |  1.6 KB  |  32 lines

  1.     Nytower ISAM is a file managment library for 'C' programmers who
  2. want to write database applications for the DOS platform. It includes
  3. a complete set of ISAM function calls, a screen manager and several 
  4. functions for managing data entry fields. NyTower ISAM allows you
  5. to place multiple indexes on a file and uses b++ tree indexes, 
  6. making it possible to retrieve records in any order appropriate for 
  7. a particular application, while gaining dramatic speed in access time
  8. compared to other file managment systems. 
  9.  
  10.     Included in this demonstration version are the small memory model
  11. ISAM libraries for Borland and Microsoft 'C' compilers, source code for
  12. Compudex(TM) a database application for managing mailing lists, 
  13. printing labels, and printing envelopes. You can run this application 
  14. as is or modify it as you like. You should be able to compile the 
  15. application by REMing out the appropriate lines in compudex.bat and 
  16. then executing it.   
  17.  
  18.     You can order the distribution version of NyTower ISAM for $34.00
  19. by filling out the order form, ORDER.TXT. The distribution version 
  20. contains the small, compact, medium and large model libraries for both 
  21. Borland and Microsoft compilers as well as a rather robust user's guide. 
  22. The user's guide includes a tutorial on NyTower ISAM ( with examples ) 
  23. a step by step explanation of the Compudex application, a screen manager 
  24. referance, and a function referance. We'll also be able to let you know 
  25. about future releases.    
  26.  
  27.                                      Enjoy the sample application
  28.  
  29.                                                John G.
  30.  
  31.  
  32.